home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / mos_pegasos / cksfv / install < prev    next >
Text File  |  2004-08-03  |  1KB  |  28 lines

  1. Installation Documentation:
  2.  
  3. ##############################################################################
  4. Linux and RPMs
  5. ##############################################################################
  6. The easiest was for Linux users is to install the RPM. You can download the
  7. latest RPM from http://www.fodder.org/cksfv.  After downloading the RPM su to
  8. root and type:
  9.         # rpm -Uvh cksfv-*.rpm
  10.  
  11. ##############################################################################
  12. Compile your own
  13. ##############################################################################
  14. If you want to compile your own and install it yourself all you need to do is:
  15.  
  16. 1. download the latest source at http://www.fodder.org/cksfv.
  17. 2. untar and go into the new directory:
  18.         $ tar zxf cksfv-*.tar.gz; cd cksfv-*
  19. 3. make the program:
  20.         $ gmake
  21. 4. install the program as root:
  22.         # gmake install
  23.  
  24. ##############################################################################
  25. Configure the installation path
  26. ##############################################################################
  27. The default path for installation is /usr/local/bin.  If you want to change the
  28. path for installation, edit the Makfile under the source directory.